Update dependency dev.drewhamilton.poko to v0.18.6 #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.2
->0.18.6
Release Notes
drewhamilton/Poko (dev.drewhamilton.poko)
v0.18.6
Compare Source
2025-04-16
Add forward compatibility with Kotlin 2.2.0-Beta1.
v0.18.5
Compare Source
2025-03-31
Fix compilation error when defining a Poko class with multiple super-interfaces while using
languageVersion = KotlinVersion.KOTLIN_1_9
.v0.18.4
Compare Source
2025-03-27
Fix compilation error with
@Poko actual
classes.v0.18.3
Compare Source
2025-03-26
Fix a bug where Poko functions declared
final
in the Poko class's supertype would be overridden.Fix compilation error when Poko functions are declared
abstract
in the Poko class's supertype(s).Under the hood, generate Poko functions with FIR-based declarations backed by IR-based function
bodies. This allows K2-based IDEs to recognize the overridden functions.
Compile with Kotlin 2.1.20.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Asia/Seoul, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.